Gets or sets a callback that determines whether a specific property of an item contains validation errors.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property GetError As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string GetError {get; set;}
See Also